@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: black;
}


.icon-list-hero p{

font-size: 16px !important;
text-align: left !important;
font-weight: 400 !important;

}

.icon-list-hero .list-icon{
    color: #E577F3 !important;
}
.icon-list-hero p a{
    text-decoration: none;
    color: #E577F3;
}

.video-section-page-2{
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.main-text{
    margin-top: -20px;
}

@media (max-width:992px) {
    .hero-section-2-row{
        display: flex;
        flex-direction: column-reverse;
    }
}


.video-section-page-2 video {
    height: 452px !important;
    width: 100% !important;
    margin-top: -42px;
}

@media (max-width:440px) {
    .video-section-page-2 video {
        height: 340px !important;
        
    }
}

/* -----------------------------------
----------------------------------- */

.code-section{
    height: auto;
    background-color: black;
}

.code-container{
    background-color: #151515;
    height: auto;
    border-radius: 10px;

}
.code-container h5{
    color: white;
    font-size: 28px;
}

.code-container h6{
    color: white;
    font-size: 22px !important;
    font-weight: normal !important;
}

code{
  color: white !important;
  margin: 0 1rem;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 18px;
  
}

.copy-btn{
    cursor: pointer;
}

@media (max-width:768px) {
    .code-container h5{
        color: white;
        font-size: 22px;
    }
    
    .code-container h6{
        color: white;
        font-size: 18px !important;
        font-weight: normal !important;
    }
}

@media (max-width:440px) {
    .code-container h5{
        color: white;
        font-size: 16px;
    }
    
    .code-container h6{
        color: white;
        font-size: 14px !important;
        font-weight: normal !important;
    }
    .copy-icon{
        font-size: 24px !important;
    }
}